ArcPad XML Reference
ArcPad Map (.apm) with 3 layers
Send Feedback

Glossary Item Box

ArcPad Map (.apm) with 3 layers:

 

Copy Code
<?xml version="1.0" encoding="UTF-8" ?>
<ArcPad>
  <MAP name="Symbology">
    <PROPERTIES>
      <ENVELOPE minx="6259912.38839502" miny="1833306.94346612" maxx="6295091.73382161" maxy="1853138.4372115"/>
      <COORDSYS string="PROJCS[&quot;Custom&quot;,GEOGCS[&quot;GCS_North_American_1983&quot;,DATUM[&quot;D_North_American_1983&quot;,SPHEROID[&quot;GRS_1980&quot;,6378137,298.257222101]],PRIMEM[&quot;Greenwich&quot;,0],UNIT[&quot;Degree&quot;,0.0174532925199433]],PROJECTION[&quot;Lambert_Conformal_Conic&quot;],PARAMETER[&quot;False_Easting&quot;,6561666.66666667],PARAMETER[&quot;False_Northing&quot;,1640416.66666667],PARAMETER[&quot;Central_Meridian&quot;,-116.25],PARAMETER[&quot;Standard_Parallel_1&quot;,32.7833333333333],PARAMETER[&quot;Standard_Parallel_2&quot;,33.8833333333333],PARAMETER[&quot;Latitude_Of_Origin&quot;,32.1666666666667],UNIT[&quot;Foot_US&quot;,0.304800609601219]]"/>
    </PROPERTIES>
    <BOOKMARKS>
    </BOOKMARKS>
    <LAYER name="Sd_roads.shp" identify="true">
      <DATASET name="C:\Documents and Settings\crai3387\My Documents\AP developer samples\San Diego Dataset\San Diego final\sd_roads.shp"/>
      <METADATA>
      </METADATA>
      <SYMBOLOGY>
        <SIMPLERENDERER visible="true">
          <SIMPLELINESYMBOL color="0,0,255" width="2" type="solid"/>
        </SIMPLERENDERER>
        <SIMPLELABELRENDERER field="STREET_NAM" visible="true" refscale="1:3662">
          <TEXTSYMBOL fontcolor="0,0,0" blockout="255,255,0" font="System" fontstyle="bold" fontsize="8"/>
        </SIMPLELABELRENDERER>
      </SYMBOLOGY>
    </LAYER>
    <LAYER name="Sd_park.shp" identify="true">
      <DATASET name="C:\Documents and Settings\crai3387\My Documents\AP developer samples\San Diego Dataset\San Diego final\sd_park.shp"/>
      <METADATA>
      </METADATA>
      <SYMBOLOGY>
        <SIMPLERENDERER>
          <SIMPLEPOLYGONSYMBOL fillcolor="255,0,0" filltransparency="1" filltype="solid" backgroundcolor="0,0,0" boundarycolor="0,0,0" boundarywidth="1" boundarytype="dash" boundarytransparency="1"/>
        </SIMPLERENDERER>
        <SIMPLELABELRENDERER field="NAME" visible="true">
          <TEXTSYMBOL fontcolor="55,61,0" font="Helvetica" fontstyle="regular" fontsize="12"/>
        </SIMPLELABELRENDERER>
      </SYMBOLOGY>
    </LAYER>
    <LAYER name="City Trees" identify="true">
      <DATASET name="C:\Documents and Settings\crai3387\My Documents\AP developer samples\San Diego Dataset\San Diego final\sd_citytrees.shp"/>
      <METADATA>
      </METADATA>
      <SYMBOLOGY>
        <SIMPLERENDERER visible="true">
          <SIMPLEMARKERSYMBOL color="192,192,192" width="4" type="circle" outline="255,0,0"/>
        </SIMPLERENDERER>
        <SIMPLELABELRENDERER field="COM_SPECIE" visible="true" maxscale="1:20000">
          <TEXTSYMBOL fontcolor="0,0,0" font="System" fontstyle="bold" fontsize="15"/>
        </SIMPLELABELRENDERER>
      </SYMBOLOGY>
    </LAYER>
    <STATUSBAR visible="true"/>
    <SCALEBAR visible="true"/>
  </MAP>
</ArcPad> 
©2013. All Rights Reserved.